-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MASSEMBLY-961] Update maven-archiver to 3.6.0 #70
Conversation
public class DebugConfigurationListener | ||
implements ConfigurationListener | ||
{ | ||
private final Logger logger; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe logger can be initialized here instead of pass as argument.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but I would rather throw this class out in next major. The benefit is very little.
public class DebugConfigurationListener | ||
implements ConfigurationListener | ||
{ | ||
private final Logger logger; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but I would rather throw this class out in next major. The benefit is very little.
Upgrade:
These are now pure JSR330 components, and legacy APIs are dropped, so drop whatever cruft needed from assembly plugin as well.
https://issues.apache.org/jira/browse/MASSEMBLY-961